; Data Acquisition Register Files
; This file is used Application Note:  
; QCI-AN037 Data Acquisition Using Non-Volatile Memory

; 
; Since there is no data following the 
; Register File Array, the NVRegArray
; directive will reserve space in memory for
; array but not write any data to it.

; Column 1 is the Analog value ; Column 2 is the Actual Position value

;NOTE:  Only one of the following directives can be active at one time
;Use the following directive for the VB example (uncomment)
;@NVRegArray: name="Data Acquisition",startAdr=1000,row=300,col=2,col0Fmt=ulong,col1Fmt=pos

;Use the following directive for Uploading data from QuickControl (uncomment)
@NVRegArray: name="Data Acquisition",row=300,col=2,col0Fmt=ulong,col1Fmt=pos
